From 17c12f3df452dbeec0da3680d18d6f095a512ca6 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 31 Oct 2005 23:55:31 +0000 Subject: [PATCH] Tweaks to TRACK filter doc. --- gpsbabel/readme.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/gpsbabel/readme.xml b/gpsbabel/readme.xml index 1474a05cc..13d804d5d 100644 --- a/gpsbabel/readme.xml +++ b/gpsbabel/readme.xml @@ -1906,9 +1906,7 @@ LOG-%D" \ -o gpx -F out.gpx PACK gpsbabel -t -i gpx -f in.gpx \ -x track,move=+1h,pack,title="ACTIVE LOG" \ -o gpx -F out.gpx - -
- START / STOP + START / STOP Filter tracks against time borders. All points outside this range will be dropped. The date-time paramters have to be in form of YYYYMMDDHHMMSS; but you may specify only the @@ -1928,9 +1926,7 @@ gpsbabel -t -i gpx -f in.gpx -x \ gpsbabel -t -i gpx -f in.gpx -x track,pack,title="ACTIVE LOG" \ -o gpx -F out.gpx -
-
- SPLIT + SPLIT The input track will be split into several tracks depending on date of track points. If there is more than one track, use the pack option before before using this. To @@ -1963,9 +1959,7 @@ gpsbabel -t \ -x track,pack,split=4h,title="LOG # %c" \ -o gpx -F out.gpx -
-
- MERGE + MERGE Merge puts all track points into one single track and sort them by time. Points with identical time stamp will be dropped !!! -- 2.30.2